home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LiquidLibrary 2005 November
/
LiquidLibrary 2005 Nov - Disc 1.iso
/
mac
/
Portfolio Browser
/
Mac OS X User
/
Portfolio Browser.app
/
Contents
/
Info.plist
next >
Wrap
Extensible Markup Language
|
2003-07-26
|
2KB
|
66 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIdentifier</key>
<string>com.extensis.portfolio</string>
<key>CFBundleName</key>
<string>Portfolio</string>
<key>CFBundleGetInfoString</key>
<string>Portfolio version 6.1.2, Copyright © 2003 by Extensis, Inc. All rights reserved.</string>
<key>CFBundleShortVersionString</key>
<string>Portfolio version 6.1.2</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>FTCH</string>
<key>CFBundleExecutable</key>
<string>Portfolio</string>
<key>CFBundleVersion</key>
<string>6.1.2</string>
<key>CFBundleIconFile</key>
<string>Portfolio.icns</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Portfolio Catalogs</string>
<key>CFBundleTypeIconFile</key>
<string>catalog.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>DBSE</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>fdb</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Portfolio Admin</string>
<key>CFBundleTypeIconFile</key>
<string>catalog.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>FADM</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>adm</string>
</array>
</dict>
</array>
</dict>
</plist>